home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / DOCS / EMPLANTD.LHA / EmplantGuide.doc2 < prev    next >
Text File  |  1994-06-28  |  458b  |  19 lines

  1. ;--------------------------------------------------------------------
  2. ; EMPLANT Guide starter script
  3. ;--------------------------------------------------------------------
  4. ; Use MultiView if I can find it, otherwise complain about it.
  5.  
  6. if exists "SYS:Utilities/MultiView"
  7.   SYS:Utilities/MultiView EMP.Guide FONTNAME=topaz FONTSIZE=8
  8.  
  9.   else
  10.  
  11. if exists c:amigaguide
  12.   c:amigaguide EMP.Guide
  13.  
  14.   else
  15.   echo "AmigaGuide or MultiView required!"
  16.  
  17.   endif
  18.   endif
  19.